The following tables list the members exposed by LeadCollection<T>.
Public Constructors
Name | Description | |
---|---|---|
LeadCollection<T> | Initializes a new instance of the LeadCollection<T> class that contains items copied from the specified list and that has the same initial capacity as the number of items copied. |
Public Methods
Name | Description | |
---|---|---|
AddRange | Adds multiple items to the end of the collection. | |
InsertRange | Inserts an item into the LeadCollection<T> at the specified index. | |
Move | Moves the item at the specified index to a new location in the collection. | |
RemoveRange | Removes items from the LeadCollection<T> at the specified index and count. | |
ToArray | Gets an array of the items in this collection. |
Protected Methods
Name | Description | |
---|---|---|
ClearItems | Removes all items from the collection. | |
InsertItem | Inserts an item into the LeadCollection<T> at the specified index. | |
InsertItemRange | Inserts an item into the LeadCollection<T> at the specified index. | |
MoveItem | Moves the item at the specified index to a new location in the collection. | |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. | |
RemoveItem | Removes the item at the specified index of the collection. | |
RemoveItemRange | Removes items from the LeadCollection<T> at the specified index and count. | |
SetItem | Replaces the item at the specified index. |
Public Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET